home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
glyphpro
/
seldir.dfm
/
seldir.txt
Wrap
Text File
|
1995-12-22
|
766b
|
41 lines
object FormSelectDirectory: TFormSelectDirectory
Left = 166
Top = 211
BorderStyle = bsDialog
Caption = 'Select Directory'
ClientHeight = 222
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 8
Width = 409
Height = 161
ItemHeight = 16
TabOrder = 0
end
object BitBtnOK: TBitBtn
Left = 112
Top = 179
Width = 89
Height = 33
TabOrder = 1
OnClick = BitBtnOKClick
Kind = bkOK
end
object BitBtnCancel: TBitBtn
Left = 241
Top = 179
Width = 89
Height = 33
TabOrder = 2
Kind = bkCancel
end
end